home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
014
/
wordstol.arc
/
WORDSTOL.DOC
next >
Wrap
Text File
|
1984-02-03
|
640b
|
28 lines
/* WORDSTOL.C
Copyright (c) 1984, Gordon Lee Waite
413 W. Pleasant Street
Maquoketa, IA 52060
summary: wordstol infile outfile
arguments: infile is the name of the input file.
outfile is the name of the output file.
options: none
description:
WORDSTOL moves each word in a file onto its own line in the
output file.
The results can be routed to the screen by using CON: for
the outfile, or to the printer by using PRN:
WORDSTOL will strip non-alpha characters from the output,
with the exception of inbedded single-quotes (') or
inbedded hyphens (-).
*/